home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TADDFOLDERFORM / TADDFOLDERFORM.txt
Encoding:
Text File  |  1999-05-28  |  1.9 KB  |  102 lines

  1. object AddFolderForm: TAddFolderForm
  2.   Left = 291
  3.   Top = 246
  4.   HelpContext = 1502
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Folder'
  8.   ClientHeight = 324
  9.   ClientWidth = 306
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 14
  22.     Top = 13
  23.     Width = 63
  24.     Height = 13
  25.     Caption = 'Folder Name:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 14
  29.     Top = 61
  30.     Width = 27
  31.     Height = 13
  32.     Caption = 'Type:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 13
  36.     Top = 96
  37.     Width = 106
  38.     Height = 13
  39.     Caption = 'Add as a sub-folder of:'
  40.   end
  41.   object OKButton: TButton
  42.     Left = 221
  43.     Top = 16
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&OK'
  47.     Default = True
  48.     TabOrder = 4
  49.     OnClick = OKButtonClick
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 221
  53.     Top = 48
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     TabOrder = 5
  59.     OnClick = CancelButtonClick
  60.   end
  61.   object edtName: TEdit
  62.     Left = 10
  63.     Top = 29
  64.     Width = 194
  65.     Height = 21
  66.     MaxLength = 50
  67.     TabOrder = 0
  68.     OnChange = edtNameChange
  69.   end
  70.   object rbInbox: TRadioButton
  71.     Left = 49
  72.     Top = 60
  73.     Width = 71
  74.     Height = 17
  75.     Caption = '&Inbox'
  76.     Checked = True
  77.     TabOrder = 1
  78.     TabStop = True
  79.     OnClick = rbInboxClick
  80.   end
  81.   object rbOutbox: TRadioButton
  82.     Left = 119
  83.     Top = 60
  84.     Width = 63
  85.     Height = 17
  86.     Caption = 'O&utbox'
  87.     TabOrder = 2
  88.     OnClick = rbInboxClick
  89.   end
  90.   object tvMailBoxes: TTreeView
  91.     Left = 7
  92.     Top = 111
  93.     Width = 292
  94.     Height = 207
  95.     HideSelection = False
  96.     Indent = 22
  97.     OnChange = tvMailBoxesChange
  98.     TabOrder = 3
  99.     Images = ImagesForm.ilMailboxImages
  100.   end
  101. end
  102.